Xuni Product Documentation - Xamarin.Forms
SortAsync(SortDescription[]) Method
The sort descriptions that determine how the data will be sort.
Sorts the collection view according to the specified sort descriptions.
Syntax
[AsyncStateMachine(Xuni.CollectionView.XuniCollectionView`1+d__6[T])] 
[DebuggerStepThrough()] 
public Task SortAsync( 
   params SortDescription[] sortDescriptions 
)

Parameters

sortDescriptions
The sort descriptions that determine how the data will be sort.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XuniCollectionView<T> Class
XuniCollectionView<T> Members
Overload List